home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף 300 משחקים ועוד / 300 GAMES and more.iso / WORDS / WS / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1994-06-06  |  5.8 KB  |  103 lines

  1.                   ┌─────────────────────────────────────┐
  2.                   │  Wordsearch Mania! PROGRAM HISTORY  │
  3.                   └─────────────────────────────────────┘
  4.  
  5. 3/1/94 - Version 1.0
  6.      - Initial release of this program.
  7.  
  8.  
  9. 3/20/94 - Version 1.01 (Bug fixes)
  10.      - When changing fontnames in puzzle form list boxes on the fly, the list 
  11.        box height may have changed, but the shadow underneath was not adjusted.
  12.      - Help file title caption disappeared when displayed
  13.      - In Building from Scratch, Manual Placement, clicking on same location
  14.        twice places one letter of the word when it shouldn't do anything
  15.      - In Building from Scratch, Manual Placement, if a puzzle was built with 
  16.        a hidden word, then building another puzzle in the same session will 
  17.        have the same hidden word (and clue) even if no hidden word was 
  18.        desired.
  19.      - Building Puzzles with Wordlist, when too many words are typed in, 
  20.        building would stop after a certain percentage were placed
  21.      - Building Puzzles with Wordlist, in the warning '# words are a lot
  22.        to put in a # x # grid', the #'s were incorrectly displayed
  23.      - No hourglass mouse pointer while the computer is creating puzzles
  24.        (Building Puzzles with a Wordlist, Computer building wordlist)
  25.      - Open Puzzle form not working when filename typed in followed by enter
  26.  
  27.  
  28. 6/7/94 - Version 1.1 (Bug fixes and enhancements)
  29.                                   
  30.                                   BUG FIXES
  31.                                   ---------
  32.      - Hidden words within puzzles can now be typed in with spaces and
  33.        punctuation, before only letters (or numbers) could be typed.
  34.      - The title and description fields in Puzzle Building did not limit
  35.        user input to 100 and 250 chars respectively.  Now does.
  36.      - In certain circumstances when multiple puzzles were loaded, making
  37.        a font or circling change would not affect all puzzles displayed.
  38.        Fixed.
  39.      - The 'Puzzle Stats' window size has been adjusted, before there was
  40.        too much empty space at the bottom.
  41.      - Building a Puzzle using a Dictionary is faster now, when words are
  42.        randomly picked from the dictionary to put in the puzzle, smaller
  43.        words (4-6 chars) are picked more often than larger words (7+).  
  44.        Before, word selection was totally random.
  45.      - When building a puzzle using a filename that already exists, the user
  46.        is warned.  Before, it was simply overwritten.
  47.      - When a .TEM file was loaded ('Load a Saved Puzzle'), the .TEM file
  48.        was not deleted, causing them to pile up over time.  The file is now 
  49.        deleted.
  50.      - Selecting 'Puzzle Stats' from the Open Puzzle Dialog Box with no file
  51.        selected in the file list box caused an error.  Now the program asks 
  52.        you to select a file first.
  53.      - When a user ran out of time while in the middle of solving a puzzle,
  54.        the program asks the user to save the puzzle for later solving.  It
  55.        should not do this.  Fixed.
  56.      - Printing puzzles caused the program to crash in certain circumstances.
  57.        Fixed.
  58.      - Sometimes after exiting the program, it is still present in the task                             
  59.        list.  This seems to be a problem with Visual Basic, but hopefully I
  60.        have found a workaround.
  61.      - When building a puzzle using a Wordlist, more attempts are made to
  62.        place each word in the list into the puzzle grid than v1.0.  As a
  63.        result, less words from the list are rejected.
  64.      - Could not load a puzzle if the puzzle was located in a root directory
  65.        of a drive, i.e. 'c:\'.  Fixed.
  66.      - If the .TEM path was different than the .WSP path, loading .TEM files
  67.        failed in certain circumstances.  Fixed.
  68.      - If a puzzle was printed with a wordlist, then another puzzle was 
  69.        loaded and printed with a wordlist, some words from the first puzzle
  70.        would appear in the second puzzle.  Fixed.
  71.  
  72.                                   ENHANCEMENTS
  73.                                   ------------
  74.      - Puzzle building is not crippled in the SHAREWARE version
  75.      - When a puzzle was loaded with the Timer ON, a warning would display
  76.        telling you the timer was ON.  This was obvious and annoying, in my 
  77.        opinion, so it was removed.
  78.      - From the File Open Dialog Box, you can now randomly choose a puzzle
  79.        to solve.
  80.      - The user now has better control over WAV sounds in the program.  The
  81.        user can assign WAVs to specific program events, as well as turn the
  82.        sound ON/OFF.  Custom WAVs can be used in the program.
  83.      - If desired, a 'graphical' version of the Timer (a picture of a clock)
  84.        will display when the Timer is ON.
  85.      - Fonts are not read in when the program first loads, instead they are
  86.        read in the first time a user tries to change the puzzle font.  This
  87.        information is saved, so that in subsequent changes of the puzzle font
  88.        this information does not need to be re-acquired.  As a result, the 
  89.        program loads faster now.
  90.      - There are now two ways to select words while solving a puzzle.  The 
  91.        first way is the old way, where the first and last letters of the
  92.        word are clicked.  The second way is the 'Drag and Drop' method, where
  93.        the first letter is clicked on, holding the mouse button down, moving 
  94.        to the second letter, and releasing.  You can choose the method you 
  95.        prefer, 'Drag and Drop' from the 'Options' menu.
  96.      - When Building a Puzzle with a Dictionary, the parameters 'Puzzle
  97.        Type' and 'Word Density' are saved in the configuration file so that
  98.        the last setting will be remembered the next time a puzzle is built.
  99.        Note that the 'Puzzle Width' and 'Puzzle Height' parameters are 
  100.        already being saved.
  101.  
  102.        
  103.